Package-level declarations
Types
Link copied to clipboard
Backend-backed followable category data for the current user.
Link copied to clipboard
data class StorytellerFollowableCategory(val id: String, val name: String, val displayTitle: String? = null, val externalId: String? = null, val type: String, val placement: StorytellerPlacement? = null, val thumbnailUrl: String? = null, val isFollowed: Boolean)
A category that can be displayed in a followable category management UI.
Link copied to clipboard
Placement metadata attached to a followable category.
Link copied to clipboard
interface StorytellerUserAttributes
Defines an interface for managing custom user attributes and other user-specific data like followed categories and locale. These attributes can be used for audience segmentation, content personalization, and analytics. For more details on managing user information, see the Storyteller User Management Documentation.